home *** CD-ROM | disk | FTP | other *** search
/ Amiga Plus Special 17 / AMIGAplus Sonderheft 17 (1999)(ICP)(DE)[!].iso / Rexx / DPaintV-1_EXPORT.rexx < prev    next >
OS/2 REXX Batch file  |  1995-10-26  |  508b  |  22 lines

  1. /*
  2. ** EXPORTS A PICTURE FROM PictureManager into DPaintV.1
  3. **
  4. ** (c) 1995 J. Schaefer   -   ALL RIGHTS RESERVED
  5. **
  6. **
  7. **
  8. ** NOTE: If you write your own AREXX-script to export pictures from
  9. **       Picture Manager Professional to any programs,
  10. **       change the path and filename of the file to process
  11. **       to PicManFile (see below, CASE SENSITIVE!!!)
  12. **
  13. **       Read the PictureManager manual for more information
  14. **
  15. **
  16. */
  17.  
  18. ADDRESS "DPAINT.1"
  19. LOADPIC PicManFile CHGTOFMT DITHER
  20. SCREENTOFRONT
  21. EXIT 0
  22.